What is savepoint?
Use
The SAVEPOINT statement to identify a point in a transaction to which you can
Later roll back.
For example:
SQL> SELECT * FROM SCOTT. DEPT;
DEPTNODNAME LOC---------------------------------10ACCOUNTING NEW YORK20 RESEARCH
The savepoint (savepoint) is a flag in the transaction process that is used in conjunction with the rollback command (ROLLBACK), and the main purpose is to allow a user to roll back a section of processing without having to roll back the entire
Oracle 11g
Create or replace procedure skeletonISBEGINBeginInsert into a values (10 );BeginInsert into a values (11 );End;End;Begin-- Savepoint ps;Insert into a values (20 );Commit;End;BeginInsert into a values (30 );End;Insert into a values (40 );--
A savepoint is a point in a transaction. You can use rollback to return to a storage point. A transaction can have multiple storage points. Once the transaction is committed, save
A savepoint is a point in a transaction. You can use rollback to
Savepoint in Oracle transactions 1. Basic Concepts savepoint is a point in transactions and can be returned to a certain storage point through rollback. A transaction can have multiple storage points. Once the transaction is committed, the storage
The ORACLE tutorial is: Detailed description of Oracle Data Operations and Control Language.
There are four types of SQL languages: DQL, DML, DDL, and DCL. It is used to define the data structure, such as creating, modifying, or deleting a database;
The Oracle tutorial you are looking at is: Oracle data manipulation and control language.
SQL language is divided into four categories: Data Query Language DQL, Data manipulation language DML, data definition language DDL, Data Control Language DCL.
Oracle SQL Summary 2: Set operator and DML Statement 3. Set operator 3.1 The set operator can only appear before the order by clause. Www.2cto.com 4, DML statement 4.1 SAVEPOINT from ORACLE SQL references Savepoint names must be distinct within a
Oracle Data Operation and Control Language
Oracle Data Operation and Control Language
The ORACLE tutorial is: Detailed description of Oracle Data Operations and Control Language.
There are four types of SQL languages: DQL, DML, DDL, and DCL. It is
The ORACLE tutorial is: Detailed description of Oracle Data Operations and Control Language.
There are four types of SQL languages: DQL, DML, DDL, and DCL. It is used to define the data structure, such as creating, modifying, or deleting a database;
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.